<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.common-pc-nav{
	position: fixed;
	width: 100%;
	height: 72px;
	z-index: 21;
	transition: all linear 0.3s;
	top: 0;
	left: 0;
	padding: 0 3rem;
	font-size: 0;
	background: rgba(255,255,255,.9)
}
.common-pc-nav::after{
	clear: both;
	display: block;
	content: ""
}
.common-pc-nav.active{
	background: #fff;
}
.common-pc-nav.innermode{
	position: relative;
}
.common-pc-nav .logo-area{
	float: left;
	line-height: 72px
}
.common-pc-nav .right-area{
	float: right;
	font-size: 0;
	line-height: 72px;
}
.common-pc-nav .right-area .pc-nav-content{
	display: inline-block;
	vertical-align: middle;
	padding: 0 24px;
	height: 72px;
	line-height: 72px;
	text-align: center;
}
.common-pc-nav .right-area .pc-nav-content &gt; a{
	font-size: 16px;
	color: #333;
	position: relative
}
.common-pc-nav .right-area .pc-nav-content &gt; a i{
	position: absolute;
	left: calc(100% + 8px);
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	font-size: 22px;
	opacity: 0;
}
.common-pc-nav .right-area .pc-nav-content &gt; a:hover,.common-pc-nav .right-area .pc-nav-content &gt; a.active{
	color: #ffba00
}
.common-pc-nav .pc-nav-dropdown{
	position: absolute;
	top: 92px;
	left: 0;
	z-index: 11;
	opacity: 0;
	background: #fff;
	transition: all ease-out 0.3s;
	pointer-events: none;
	width: 100%;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc
}
.common-pc-nav .pc-nav-dropdown.active{
	opacity: 1;
	top: 72px;
	pointer-events: auto
}
.common-pc-nav .pc-nav-dropdown .dropdown-wrap{
	padding: 65px 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.common-pc-nav .pc-nav-dropdown .dropdown-wrap .left-area{
	width: 22.3%;
	padding-right: 5rem;
}
.common-pc-nav .pc-nav-dropdown .dropdown-wrap .left-area &gt; div{
	display: none;
}
.common-pc-nav .pc-nav-dropdown .dropdown-wrap .left-area h3{
	font-size: 26px;
	line-height: 36px;
	font-weight: 600;
	color: #555;
}
.common-pc-nav .pc-nav-dropdown .dropdown-wrap .left-area p{
	font-size: 1.16rem;
	line-height: 2rem;
	color: #888;
	margin: 2rem 0 3rem;
}
.common-pc-nav .pc-nav-dropdown .dropdown-wrap .left-area span{
	display: inline-block;
	white-space: nowrap;
	line-height: 35px;
	color: #fff;
	font-size: 1.16rem;
	font-weight: 600;
	padding: 0 22px 0 40px;
	border-radius: 10px;
	background:#ffba00 url(../images/icon-phone4.png) no-repeat 20px center;
}
.common-pc-nav .pc-nav-dropdown .dropdown-wrap .right-area{
	flex: 1;
	border-left: 1px solid #dcdcdc;
	min-height: 270px;
}
.brand-mode-wrap,.other-mode-wrap{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
	opacity: 0;
	pointer-events: none;
	transition: all linear 0.6s;
	overflow: hidden;
	transform: translateY(30px);
	height: 0;
}
.common-pc-nav .pc-nav-dropdown.active .brand-mode-wrap.active,.common-pc-nav .pc-nav-dropdown.active .other-mode-wrap.active{
	opacity: 1;
	pointer-events: auto;
	height: auto;
	transform: translateY(0);
}
.brand-mode-content{
	min-width: 190px;
	margin-left: 5rem;
}
.brand-mode-content a{
	font-size: 1.16rem;
	line-height: 2.5rem;
	color: #888;
	display: block;
}
.brand-mode-content a:nth-of-type(1){
	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 1rem;
	padding-bottom: 10px;
	color: #555;
	border-bottom: 1px solid #e8e8e8
}
.brand-mode-content a:hover{
	color: #ffba00
}
.other-mode-content{
	min-width: 190px;
	margin-left: 5rem;
	border-bottom: 1px solid #e8e8e8;
	line-height: 1.5rem;
	padding-bottom: 5px;
	margin-bottom: 3rem;
}
.other-mode-content a{
	display: inline-block;
	position: relative;
	font-size: 1.5rem;
	line-height: 1.6rem;
    color: #555;
    margin-top: 4px;
}
.other-mode-content a:hover{
	color: #ffba00
}
.other-mode-content a i{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) scale(0.9);
	left: calc(100% + 10px);
	background: red;
	font-size: 12px;
	color: #fff;
	line-height: 17px;
	padding: 0 5px;
}
.common-pc-nav .right-area .phone-area{
	display: inline-block;
	padding-left: 100px;
}
.common-pc-nav .right-area .phone-area img,.common-pc-nav .right-area .phone-area span{
	display: inline-block;
	vertical-align: middle
}
.common-pc-nav .right-area .phone-area span{
	font-size: 16px;
	font-weight: 600;
	color: #333;
	padding-left: 12px;
}
.index-banner .swiper-slide &gt; a{
	display: block;
	width: 100%;
	position: relative;
}
.index-banner .swiper-slide &gt; a &gt; img{
	display: block;
	width: 100%;
}
.index-banner .swiper-slide .content-area{
	position: absolute;
	top: 50%;
	left: 16.4%;
	transform: translateY(-50%);
	z-index: 10;
	pointer-events: none
}
.index-banner .swiper-slide .content-area h2{
	font-size: 60px;
	font-weight: 600;
	transform: translateX(-30px);
	opacity: 0;
	transition: all ease-out 0.4s;
	transition-delay: 0.4s;
}
.index-banner .swiper-slide-active{
	z-index: 10
}
.index-banner .swiper-slide-active.runAnimation .content-area h2{
	transform: translateX(0);
	opacity: 1
}
.index-banner .swiper-slide .content-area h4{
	font-size: 32px;
	color: #6c6b79;
	margin-top: 20px;
	transform: translateX(-30px);
	opacity: 0;
	transition: all ease-out 0.4s;
	transition-delay: 0.7s;
}
.index-banner .swiper-slide-active.runAnimation .content-area h4{
	transform: translateX(0);
	opacity: 1;
}
.index-banner .swiper-slide .content-area .btn-area{
	margin-top: 85px;
	font-size: 0;
	transform: translateX(-30px);
	opacity: 0;
	transition: all ease-out 0.4s;
	transition-delay: 1s
}
.index-banner .swiper-slide .content-area .btn-area a{
	margin-right: 10px;
	display: inline-block;
	pointer-events: auto
}
.index-banner .content-area .btn-area a:hover{
	opacity: .85
}
.index-banner .swiper-slide-active.runAnimation .content-area .btn-area{
	transform: translateX(0);
	opacity: 1;
}
.index-banner .swiper-pagination-banner{
	bottom: 38px
}
.index-banner .swiper-pagination-banner .swiper-pagination-bullet{
	border-radius: 0;
	width: 67px;
	height: 3px;
	outline: none;
	background: #fff;
	opacity: 1;
	box-shadow: 0 0 3px rgba(0,0,0,.1)
}
.index-banner .swiper-pagination-banner .swiper-pagination-bullet-active{
	background: #ffb700
}
.common-padding{
	padding: 80px 15px;
}
.common-title{
	text-align: center;
	padding-bottom: 40px;
	cursor: default
}
.common-title.mode2{
	padding-top: 55px
}
.common-title h2{
	font-size: 34px;
	line-height: 34px;
	font-weight: 600;
}
.common-title.mode2 h2{
	font-weight: 400
}
.common-title h4{
	font-size: 1.33rem;
	line-height: 1.4rem;
	color: #888;
	margin-top: 1.7rem
}
.common-title i{
	display: block;
	margin: auto;
	width: 50px;
	height: 4px;
	background: #ffb700;
	margin-top: 1.7rem;
	border-radius: 2px
}
.model1-tab{
	height: 94px;
	border: 1px solid #aaa;
	border-radius: 7px;
	overflow: hidden;
	display: flex;
	margin-bottom: 80px
}
.model1-tab .tab-content{
	width: 25%;
	height: 100%;
	border-radius: 0;
	opacity: 1;
	outline: none;
	background: none;
	border-right: 1px solid #ddd;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 26px;
}
.model1-tab .tab-content:last-of-type{
	border-right: none
}
.model1-tab .tab-content::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #f6f6f6;
	width: 0;
	transition: all ease-out 0.3s
}
.model1-tab .tab-content.swiper-pagination-bullet-active::after, .model1-tab .tab-content:hover::after{
	width: 100%
}
.model1-tab .tab-content b{
	position: relative;
	z-index: 2;
	font-size: 60px;
	font-weight: 600;
	color: #e6e6e6
}
.model1-tab .tab-content h3{
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	color: #333;
	padding-left: 20px;
	position: relative;
	z-index: 2
}
.model1-tab .tab-content h3 em{
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #888;
	font-weight: 300;
	margin-top: 10px
}
.model1-tab .tab-content i{
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translateY(-50%);
	border-left: 9px solid #ffba00;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	z-index: 2
}
.model1-content-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}
.model1-content-wrap .img-area{
	width: 46%;
	height: 370px;
	line-height: 370px;
	/* border: 1px solid #e4e4e4; */
	text-align: center;
}
.model1-content-wrap .img-area img{
	display: inline-block;
	vertical-align: middle;
	width: 100%
}
.model1-content-wrap .img-area video{
	display: block;
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	outline: none;
}
.model1-content-wrap .text-area{
	width: 49%
}
.model1-content-wrap .text-area .title-area h3{
	font-size: 26px;
	line-height: 26px;
	font-weight: 600;
	color: #555;
}
.model1-content-wrap .text-area .title-area h4{
	font-size: 1.33rem;
	color: #888;
	line-height: 1.4rem;
	margin-top: 10px
}
.model1-content-wrap .text-area .advantage-area{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 38px 0;
	border-bottom: 1px solid #ddd
}
.model1-content-wrap .text-area .advantage-area span{
	font-size: 20px;
	font-weight: 600;
	color: #3054d3;
	padding-left: 28px;
	position: relative;
	margin-right: 80px
}
.model1-content-wrap .text-area .advantage-area span:last-of-type{
	margin-right: 0
}
.model1-content-wrap .text-area .advantage-area span i{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #fff;
	border: 4px solid #ffba00
}
.model1-content-wrap .text-area .links-area{
	font-size: 0;
	padding-top: 20px;
	border-bottom: 1px solid #ddd
}
.model1-content-wrap .text-area .links-area a{
	display: inline-block;
	margin-bottom: 20px;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #555;
	font-size: 1.33rem;
	line-height: 1.33rem;
	color: #555;
}
.model1-content-wrap .text-area .links-area a:hover{
	color: #ffba00;
}
.model1-content-wrap .text-area .btn-area{
	padding-top: 20px;
}
.model1-content-wrap .text-area .btn-area a{
	display: inline-block;
	height: 46px;
	line-height: 46px;
	padding: 0 28px;
	background: #ffba00;
	font-size: 1.16rem;
	color: #fff;
	border-radius: 8px;
}
.model1-content-wrap .text-area .btn-area a:hover{
	opacity: .85
}
.index-model2{
	background: #eee;
}
.model2-wrap .model2-tab{
	text-align: center;
	display: inline-block;
	border-radius: 8px;
	border: 1px solid #c3c3c3;
	margin-bottom: 33px;
	position: relative;
}
.model2-wrap .model2-tab::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: #ffba00;
	border-radius: 8px;
	transition: all ease-out 0.3s;
}
.model2-wrap .model2-tab.active1::after{
	left: 50%;
}
.model2-wrap .model2-tab .swiper-pagination-bullet{
	width: 90px;
	height: 46px;
	line-height: 46px;
	outline: none;
	background: none;
	opacity: 1;
	font-size: 1.33rem;
	color: #555;
	font-weight: 600;
	position: relative;
	z-index: 2
}
.model2-wrap .model2-tab .swiper-pagination-bullet-active{
	color: #fff;
	transition: all ease-out 0.3s
}
.model2-content-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap
}
.model2-content-wrap .model2-content{
	width: 49.23%;
	height: 233px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
	padding: 40px 22% 0 36px;
	transition: all ease-out 0.3s
}
.model2-content-wrap .model2-content:hover{
	box-shadow: 6px 9px 11px rgba(204,204,204,.21);
}
.model2-content-wrap .model2-content &gt; video,.model2-content-wrap .model2-content &gt; img{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1
}
.model2-content-wrap .model2-content h3{
	font-size: 26px;
	line-height: 28px;
	font-weight: 400;
	position: relative;
	padding-left: 16px;
	cursor: default;
	z-index: 2
}
.model2-content-wrap .model2-content h3 i{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 26px;
	background: #dfdfdf;
	border-radius: 4px;
	transition: all ease-out 0.3s
}
.model2-content-wrap .model2-content:hover h3 i{
	background: #ffba00
}
.model2-content-wrap .model2-content p{
	font-size: 1.16rem;
	line-height: 1.5rem;
	height: 6rem;
	overflow: hidden;
	margin-top: 1.8rem;
	color: #888;
	cursor: default;
	position: relative;
	z-index: 2;
}
.model2-content-wrap .model2-content .links-area{
	font-size: 0;
	margin-top: 1rem;
	position: relative;
	z-index: 2
}
.model2-content-wrap .model2-content .links-area a{
	display: inline-block;
	font-size: 1.16rem;
	height: 1.2rem;
	line-height: 1.2rem;
	color: #aaa;
	padding-right: 1.5rem;
	margin-right: 1.5rem;
	border-right: 1px solid #aaa;
}
.model2-content-wrap .model2-content .links-area a:last-of-type{
	border-right: none;
	padding-right: 0;
	margin-right: 0
}
.model2-content-wrap .model2-content .links-area a:hover{
	color: #888
}
.btn-common-area{
	display: inline-block;
	height: 46px;
	line-height: 46px;
	color: #888;
	font-size: 1.16rem;
	padding: 0 26px;
	border: 1px solid #ccc;
	border-radius: 8px;
}
.btn-common-area:hover{
	background: #ffba00;
	color: #fff;
	border-color: #ffba00
}
.model3-tab{
	height: 65px;
	border: 1px solid #aaa;
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.model3-tab .swiper-pagination-bullet{
	width: auto;
	flex: 1;
	height: 65px;
	line-height: 65px;
	border-radius: 0;
	border-right: 1px solid #ddd;
	font-size: 1.33rem;
	font-weight: 600;
	text-align: center;
	outline: none;
	background: none;
	position: relative;
	opacity: 1;
}
.model3-tab .swiper-pagination-bullet:last-of-type{
	border-right: none
}
.model3-tab .swiper-pagination-bullet font{
	position: relative;
	z-index: 2
}
.model3-tab .swiper-pagination-bullet::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #eee;
	transition: all ease-out 0.3s
}
.model3-tab .swiper-pagination-bullet-active::after,.model3-tab .swiper-pagination-bullet:hover::after{
	width: 100%
}
.model3-content-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 65px 0;
}
.model3-content-wrap .text-area{
	flex: 1;
	padding-right: 40px;
}
.model3-content-wrap .text-area h3{
	font-size: 26px;
	color: #333;
	line-height: 34px;
	font-weight: 400
}
.model3-content-wrap .text-area h4{
	font-size: 20px;
	color: #000;
	line-height: 34px;
	font-weight: 300
}
.model3-content-wrap .text-area i{
	display: block;
	width: 85px;
	border-top: 1px solid #ffb700;
	margin-top: 1rem
}
.model3-content-wrap .text-area p{
	font-size: 1.33rem;
	line-height: 2rem;
	color: #888;
	margin-top: 2rem;
}
.model3-content-wrap .text-area .tags-area{
	font-size: 0;
	margin-top: 48px;
}
.model3-content-wrap .text-area .tags-area span{
	display: inline-block;
	font-size: 1.16rem;
	height: 1.2rem;
	line-height: 1.2rem;
	color: #aaa;
	padding-right: 1.2rem;
	margin-right: 1.2rem;
	border-right: 1px solid #aaa;
}
.model3-content-wrap .text-area .tags-area span:last-of-type{
	padding-right: 0;
	margin-right: 0;
	border-right: none
}
.model3-content-wrap .img-area{
	width: 630px;
}
.model3-content-wrap .img-area img{
	width: 100%
}
.index-video-wrap{
	position: relative;
	width: 100%;
}
.index-video-wrap .bg-img{
	width: 100%;
	display: block
}
.index-video-wrap .open-play{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer
}
.index-video-wrap.mode2{
	width: 1300px;
	margin: 0 auto 30px;
	max-width: 100%;
}
.index-video-play{
	position: fixed;
	top: 50%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	transition: all ease-out 0.3s;
	z-index: 21;
	background: #000;
	pointer-events: none;
	padding: 0 40px 40px;
}
.index-video-play.active{
	width: 100%;
	height: 100%;
	opacity: 1;
	pointer-events: auto
}
.index-video-play i{
	text-align: right;
	color: #fff;
	display: block;
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 60px;
	font-weight: lighter;
	cursor: pointer
}
.index-video-play video,.index-video-play iframe{
	display: block;
	width: 100%;
	height: calc(100% - 120px);
	background: #000;
	border: none;
	outline: none
}
.index-model4{
	background: #f9f9f9;
}
.model4-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 10px 0;
}
.model4-wrap a{
	width: 48%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px
}
.model4-wrap a .img-area{
	width: 138px;
	height: 95px;
	border-radius: 10px;
	overflow: hidden;
}
.model4-wrap a .img-area img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all ease-out 0.3s
}
.model4-wrap a:hover .img-area img{
	transform: scale(1.1);
}
.model4-wrap a .text-area{
	flex: 1;
	padding-left: 30px;
	max-width: 77%;
}
.model4-wrap a .text-area h3{
	font-size: 1.5rem;
	color: #555;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all ease-out 0.3s
}
.model4-wrap a:hover .text-area h3{
	color: #ffba00
}
.model4-wrap a .text-area p{
	font-size: 1.16rem;
	color: #888;
	line-height: 1.5rem;
	margin-top: 1.16rem;
	max-height: 3rem;
	overflow: hidden
}
.common-padding2{
	padding: 80px 15px 250px;
}
.common-padding3{
	padding: 250px 15px 80px;
}
.model5-wrap{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	background: #fff;
	box-shadow: 0 0 14px rgba(196,196,196,.4);
	border-radius: 10px;
	padding: 80px 65px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 2
}
.model5-wrap .left-area{
	width: 300px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap
}
.model5-wrap .left-area .left-content:nth-of-type(1),.model5-wrap .left-area .left-content:nth-of-type(2){
	margin-bottom: 3.8rem
}
.model5-wrap .left-area .left-content b{
	display: block;
	height: 50px;
	font-size: 50px;
	line-height: 50px;
	color: #ffcc00;
}
.model5-wrap .left-area .left-content b strong{
	font-size: 37px;
}
.model5-wrap .left-area .left-content b i{
	font-size: 26px;
	color: #333;
	display: inline-block;
	vertical-align: bottom
}
.model5-wrap .left-area .left-content span{
	display: block;
	font-size: 1.5rem;
	line-height: 1.5rem;
	margin-top: 1rem;
}
.model5-wrap .right-area{
	flex: 1;
	padding-left: 65px;
	position: relative
}
.model5-wrap .right-area h3{
	font-size: 34px;
}
.model5-wrap .right-area h4{
	font-size: 16px;
	color: #555;
	line-height: 16px;
	margin-top: 1.6rem
}
.model5-wrap .right-area h4 em{
	font-size: 34px;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 8px
}
.model5-wrap .right-area a{
	position: absolute;
	right: 0;
	top: 0
}
.model5-wrap .right-area i{
	display: block;
	width: 36px;
	height: 4px;
	background: #ffcc00;
	margin: 2.5rem 0;
}
.model5-wrap .right-area p{
	font-size: 1.33rem;
	color: #555;
	line-height: 2rem;
}
.index-model6{
	background: #3054d3
}
.model6-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap
}
.model6-wrap a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	border-right: 1px solid rgba(255,255,255,.1);
	border-bottom: 1px solid rgba(255,255,255,.1);
	width: 50%;
	height: 200px;
	padding: 0 45px 0 80px;
}
.model6-wrap a:nth-of-type(2n){
	border-right: none
}
.model6-wrap a:nth-of-type(3),.model6-wrap a:nth-of-type(4){
	border-bottom: none
}
.model6-wrap a h3{
	font-size: 1.5rem;
	line-height: 2rem;
	position: relative;
	color: #fff;
	font-weight: 400
}
.model6-wrap a h3 img{
	position: absolute;
	right: calc(100% + 12px);
	top: 50%;
	transform: translateY(-50%)
}
.model6-wrap a p{
	font-size: 1.16rem;
	line-height: 1.5rem;
	color: #fff;
	margin: 2rem 0 0;
	max-height: 9rem;
	overflow: hidden
}
.index-model7{
	overflow: hidden;
	text-align: center;
    width: 100%;
    transition: all ease-out 0.8s;
    margin: auto;
}
.index-model7 img{
	width: 100%;
}
.index-model7.active{
	width: 1300px;
    max-width: 100%
}
.common-footer{
	background: #f8f8f8;
	padding-bottom: 44px
}
.footer-link{
	margin-top: -110px;
}
.footer-link a,.footer-link img{
	display: block;
	border-radius: 10px;
	width: 100%
}
.footer-top{
	padding: 4rem 0 3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ddd;
}
.footer-top .phone-wrap{
	display: flex;
	justify-content: flex-end;
	align-items: center
}
.footer-top .phone-wrap .phone-content{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 32px;
}
.footer-top .phone-wrap .phone-content:nth-of-type(1){
	border-right: 1px solid #9a9a9a;
	padding-right: 2rem;
	margin-right: 2rem;
}
.footer-top .phone-wrap .phone-content a{
	font-size: 2rem;
	font-weight: bold;
	color: #555;
}
.footer-top .phone-wrap .phone-content img{
	margin-right: 1.2rem;
}
.footer-top .phone-wrap .phone-content i{
	font-size: 1.33rem;
	color: #555;
	margin-top: 3px;
	margin-left: 10px
}
.footer-bottom{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 3rem
}
.footer-nav-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 69.5%;
}
.footer-nav-wrap .footer-nav-content a{
	display: block;
	font-size: 1.16rem;
	line-height: 2rem;
	color: #555;
}
.footer-nav-wrap .footer-nav-content a:hover{
	text-decoration: underline !important;
}
.footer-nav-wrap .footer-nav-content a:nth-of-type(1){
	font-size: 1.33rem;
	font-weight: 600;
	position: relative;
	margin-bottom: 2rem
}
.footer-nav-wrap .footer-nav-content a:nth-of-type(1)::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: calc(100% + 9px);
	width: 5px;
	height: 20px;
	border-radius: 3px;
	background: #ffbf00
}
.footer-bottom .erweima-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}
.footer-bottom .erweima-wrap .erweima-content{
	text-align: center;
	margin-right: 20px;
}
.footer-bottom .erweima-wrap .erweima-content span{
	display: block;
	font-size: 1.16rem;
	line-height: 1.8rem;
	color: #555;
	margin-top: 2px
}
.footer-address-bg{
	background: #333
}
.footer-address-wrap{
	padding: 40px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-address-wrap .footer-address-content{
	width: 25%;
	border-right: 1px solid #3f3f3f;
	height: 80px;
	padding: 0 2rem
}
.footer-address-wrap .footer-address-content h3{
	font-size: 1.33rem;
	color: #fff;
	line-height: 1.5rem;
}
.footer-address-wrap .footer-address-content p{
	margin-top: 2rem;
	font-size: 1.16rem;
	line-height: 1.66rem;
	color: #aaa;
	padding-left: 18px;
	background: url(../images/icon-address.png) no-repeat left 2px
}
.footer-copy-wrap{
	background: #555;
	padding: 15px;
}
.footer-copy-wrap .left-area{
	float: left;
	font-size: 0
}
.footer-copy-wrap .left-area a{
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
	color: #aaa;
	margin-right: 1rem;
}
.footer-copy-wrap .right-area{
	float: right;
}
.footer-copy-wrap .right-area .friend-links{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 185px;
	height: 25px;
	border: 1px solid #626262;
	cursor: pointer
}
.footer-copy-wrap .right-area .friend-links span{
	display: block;
	width: 100%;
	padding: 0 1.2rem;
	line-height: 23px;
	color: #aaa;
	font-size: 1rem;
}
.footer-copy-wrap .right-area .friend-links i{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.2rem;
	border-top: 4px solid #aaa;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	transition: all linear 0.3s
}
.footer-copy-wrap .right-area .friend-links:hover i{
	border-bottom: 4px solid #aaa;
	border-top: none;
}
.footer-copy-wrap .right-area .friend-links .links-wrap{
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	max-height: 0px;
	overflow: hidden;
	transition: all linear 0.3s;
	background: #555;
}
.footer-copy-wrap .right-area .friend-links .links-wrap::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.footer-copy-wrap .right-area .friend-links .links-wrap::-webkit-scrollbar-thumb {
    border-radius: 4px !important;
    box-shadow: none !important;
    background: #aaa !important;
}
.footer-copy-wrap .right-area .friend-links .links-wrap::-webkit-scrollbar-track {
    border-radius: 4px !important;
    box-shadow: none !important;
    background: #333 !important;
}
.footer-copy-wrap .right-area .friend-links:hover .links-wrap{
	max-height: 150px;
	overflow-y: auto;
}
.footer-copy-wrap .right-area .friend-links .links-wrap a{
	display: block;
	font-size: 1rem;
	color: #aaa;
	padding: 0 1.2rem;
	line-height: 2rem
}
.footer-copy-wrap .right-area .friend-links .links-wrap a:hover{
	color: #fff;
}
.footer-copy-wrap .right-area &gt; a{
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
	color: #aaa;
	margin-left: 2rem;
}
.right-tools-wrap{
	position: fixed;
	right: 10%;
	bottom: 20%;
	z-index: 19;
	width: 65px;
	opacity: 0;
	pointer-events: none;
	transition: all linear 0.2s
}
.right-tools-wrap.active{
	opacity: 1;
	pointer-events: auto;
}
.right-tools-wrap .right-content{
	height: 65px;
	line-height: 65px;
	text-align: center;
	position: relative;
	background: #404040;
	border-bottom: 1px solid #616161;
	transition: all linear 0.3s;
	cursor: pointer;
}
.right-tools-wrap .right-content:last-of-type{
	border: none
}
.right-tools-wrap .right-content:hover{
	background: #ffba00;
	border-color: transparent
}
.right-tools-wrap .right-content .hover-area{
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	pointer-events: none;
	background: #fff;
	border: 1px solid #dcdcdc;
	padding: 10px 20px;
	border-radius: 8px;
	line-height: 1.8rem;
	text-align: left
}
.right-tools-wrap .right-content .hover-area i{
	position: absolute;
	right: -6px;
	top: 50%;
	transform: translateY(-50%);
	border-left: 6px solid #dcdcdc;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.right-tools-wrap .right-content .hover-area i em{
	position: absolute;
	right: 1px;
	top: 50%;
	transform: translateY(-50%);
	border-left: 6px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.right-tools-wrap .right-content .hover-area &gt; img{
	display: block;
	max-width: none
}
.right-tools-wrap .right-content .hover-area span{
	font-size: 1.33rem;
	color: #888;
	white-space: nowrap;
	display: block;
}
.right-tools-wrap .right-content .hover-area a{
	font-size: 1.33rem;
	color: #333;
	display: block;
	white-space: nowrap;
	font-weight: 600
}
.right-tools-wrap .right-content:hover .hover-area{
	opacity: 1;
	pointer-events: auto;
	right: calc(100% + 14px);
}
.right-tools-wrap .right-content1{
	height: 65px;
	line-height: 65px;
	text-align: center;
	position: relative;
	background: #404040;
	border-bottom: 1px solid #616161;
	transition: all linear 0.3s;
	cursor: pointer;
	border-radius: 8px 8px 0px 0px;
}
.right-tools-wrap .right-content1:last-of-type{
	border: none
}
.right-tools-wrap .right-content1:hover{
	background: #ffba00;
	border-color: transparent
}
.right-tools-wrap .right-content1 .hover-area{
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	pointer-events: none;
	background: #fff;
	border: 1px solid #dcdcdc;
	padding: 10px 20px;
	border-radius: 8px;
	line-height: 1.8rem;
	text-align: left
}
.right-tools-wrap .right-content1 .hover-area i{
	position: absolute;
	right: -6px;
	top: 50%;
	transform: translateY(-50%);
	border-left: 6px solid #dcdcdc;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.right-tools-wrap .right-content1 .hover-area i em{
	position: absolute;
	right: 1px;
	top: 50%;
	transform: translateY(-50%);
	border-left: 6px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.right-tools-wrap .right-content1 .hover-area &gt; img{
	display: block;
	max-width: none
}
.right-tools-wrap .right-content1 .hover-area span{
	font-size: 1.33rem;
	color: #888;
	white-space: nowrap;
	display: block;
}
.right-tools-wrap .right-content1 .hover-area a{
	font-size: 1.33rem;
	color: #333;
	display: block;
	white-space: nowrap;
	font-weight: 600
}
.right-tools-wrap .right-content1:hover .hover-area{
	opacity: 1;
	pointer-events: auto;
	right: calc(100% + 14px);
}
.right-tools-wrap .right-content2{
	height: 65px;
	line-height: 65px;
	text-align: center;
	position: relative;
	background: #404040;
	border-bottom: 1px solid #616161;
	transition: all linear 0.3s;
	cursor: pointer;border-radius: 0px 0px 8px 8px;
}
.right-tools-wrap .right-content2:last-of-type{
	border: none
}
.right-tools-wrap .right-content2:hover{
	background: #ffba00;
	border-color: transparent
}
.right-tools-wrap .right-content2 .hover-area{
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	pointer-events: none;
	background: #fff;
	border: 1px solid #dcdcdc;
	padding: 10px 20px;
	border-radius: 8px;
	line-height: 1.8rem;
	text-align: left
}
.right-tools-wrap .right-content2 .hover-area i{
	position: absolute;
	right: -6px;
	top: 50%;
	transform: translateY(-50%);
	border-left: 6px solid #dcdcdc;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.right-tools-wrap .right-content2 .hover-area i em{
	position: absolute;
	right: 1px;
	top: 50%;
	transform: translateY(-50%);
	border-left: 6px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.right-tools-wrap .right-content2 .hover-area &gt; img{
	display: block;
	max-width: none
}
.right-tools-wrap .right-content2 .hover-area span{
	font-size: 1.33rem;
	color: #888;
	white-space: nowrap;
	display: block;
}
.right-tools-wrap .right-content2 .hover-area a{
	font-size: 1.33rem;
	color: #333;
	display: block;
	white-space: nowrap;
	font-weight: 600
}
.right-tools-wrap .right-content2:hover .hover-area{
	opacity: 1;
	pointer-events: auto;
	right: calc(100% + 14px);
}
.inner-banner img{
	display: block;
	width: 100%
}
.common-inner-outer{
	padding-bottom: 180px
}
.inner-header-bg{
	border-bottom: 1px solid #eaeaea;
}
.inner-header-wrap{
	height: 75px;
	display: flex;
	justify-content: space-between;
	align-items: center
}
.inner-header-wrap.mode2{
	justify-content: flex-end;
}
.second-nav-wrap a{
	display: inline-block;
	font-size: 1.33rem;
	height: 1.35rem;
	line-height: 1.35rem;
	color: #555;
	font-weight: 600;
	border-right: 1px solid #8e8e8e;
	padding-right: 1.33rem;
	margin-right: 1.33rem
}
.second-nav-wrap a:last-of-type{
	padding-right: 0;
	margin-right: 0;
	border: none
}
.second-nav-wrap a.active,.second-nav-wrap a:hover{
	color: #ffba00
}
.common-edit-wrap1{
	font-size: 1.33rem;
	color: #555;
	line-height: 2rem;
	padding:10px 0 50px;
	border-bottom: 1px solid #dcdcdc
}
.common-edit-wrap1.mode2{
	padding: 0 0 6vw;
	border: none
}
.common-edit-wrap1 img,.common-edit-wrap1 video,.common-edit-wrap1 iframe{
	outline: none;
	max-width: 100%;
	border: none;
}
.list-case-content{
	margin-top: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.list-case-content &gt; img{
	max-width: 560px;
	box-sizing: content-box
}
.list-case-content .text-area{
	padding-left: 70px;
	flex: 1
}
.list-case-content .text-area h3{
	font-size: 26px;
	color: #555;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 1.4rem
}
.list-case-content .text-area h4{
	font-size: 1.5rem;
	color: #555;
	font-weight: 400;
	line-height: 2.1rem;
}
.list-case-content .text-area i{
	display: block;
	margin: 2.3rem 0;
	width: 100px;
	height: 1px;
	background: #ddd;
}
.list-case-content .text-area p{
	font-size: 1.33rem;
	line-height: 2rem;
	color: #888;
	margin-bottom: 3.8rem
}
.list-case-content:nth-of-type(2n){
	flex-direction: row-reverse
}
.list-case-content:nth-of-type(2n) .text-area{
	padding-left: 0;
	padding-right: 70px
}
.contact-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}
.contact-wrap .contact-content{
	width: 23.6%;
	background: #fefefe;
	border: 1px solid #d8d8d8;
	border-radius: 8px;
	padding: 35px 45px 40px 65px;
}
.contact-wrap .contact-content h3{
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.5rem;
	position: relative;
}
.contact-wrap .contact-content h3::after{
	position: absolute;
	content: "";
	right: calc(100% + 12px);
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 28px;
	background: url(../images/icon-contact1.png) no-repeat left -4px;
}
.contact-wrap .contact-content a{
	display: block;
	font-size: 26px;
	font-weight: 400;
	line-height: 28px;
	padding: 15px 0 26px;
	border-bottom: 1px solid #e6e6e6;
	color: #333;
}
.contact-wrap .contact-content p{
	font-size: 1.16rem;
	line-height: 1.5rem;
	min-height: 4.5rem;
	color: #888;
	margin-top: 1rem
}
.contact-img{
	padding-top: 40px;
}
.contact-img img{
	display: block;
	width: 100%
}
.contact-media-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-bottom: 55px
}
.contact-media-wrap .media-content{
	text-align: center;
}
.contact-media-wrap .media-content h3{
	font-size: 1.5rem;
	line-height: 1.6rem;
	color: #333;
	font-weight: 600;
	margin: 1.3rem auto 0.5rem
}
.contact-media-wrap .media-content h4{
	font-size: 1.16rem;
	color: #333;
	line-height: 1.5rem;
}
.contact-address-bg{
	background: #f1f1f1;
	padding-bottom: 55px
}
.swiper-pagination-contact{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	white-space: nowrap;
	text-align: center;
}
.swiper-pagination-contact .swiper-pagination-bullet{
	width: auto;
	border-radius: 0;
	display: inline-block;
	opacity: 1;
	background: none;
	height: 52px;
	font-size: 1.5rem;
	color: #555;
	margin: 0 55px;
	outline: none;
	position: relative
}
.swiper-pagination-contact .swiper-pagination-bullet-active::after{
	content: "";
	position: absolute;
	width: 60px;
	height: 4px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #ffba00
}
.swiper-container-contact{
	background: #fff;
	border: 1px solid #dbdbdb
}
.address-content{
	padding: 55px 65px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.address-content img{
	width: 590px
}
.address-content .text-area{
	flex: 1;
	padding-left: 65px;
}
.address-content .text-area h3{
	font-size: 26px;
	color: #555;
	font-weight: 400;
	margin-bottom: 2.5rem
}
.address-content .text-area p{
	font-size: 1.33rem;
	line-height: 2.6rem;
	color: #888
}
.product-text-area{
	font-size: 1.33rem;
	line-height: 2rem;
	word-break: break-all;
	text-align: center;
}
.product-content-wrap1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 5rem;
	padding-bottom: 4rem
}
.product-content-wrap1 img{
	width: 450px;
	height: 450px
}
.product-content-wrap1 .text-area{
	flex: 1;
	padding-left: 65px;
}
.product-content-wrap1 .text-area &gt; h4{
	font-size: 1.33rem;
	line-height: 2rem;
}
.product-icon-area{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 80px
}
.product-icon-area .icon-content{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.product-icon-area .icon-content img{
	width: 60px;
	height: 60px;
}
.product-icon-area .icon-content .icon-text{
	padding-left: 20px;
	max-width: 180px;
}
.product-icon-area .icon-content .icon-text h3{
	font-size: 26px;
	line-height: 26px;
}
.product-icon-area .icon-content .icon-text h4{
	font-size: 1.33rem;
	line-height: 1.5rem;
	margin-top: 1rem;
}
.product-content-wrap2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.product-wrap2-content{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 49%;
	background: #fff;
	box-shadow: 0 0 20px 12px rgba(232,232,232,.56);
	border-radius: 10px;
	padding: 20px 32px 32px;
}
.product-wrap2-content .text-area{
	width: 53%;
}
.product-wrap2-content .text-area h3 img{
	display: inline-block;
	vertical-align: middle;
	width: 60px;
	height: 60px;
}
.product-wrap2-content .text-area h3 font{
	display: inline-block;
	vertical-align: middle;
	font-size: 26px;
	line-height: 60px;
	padding-left: 5px;
}
.product-wrap2-content .text-area p{
	font-size: 1.16rem;
	line-height: 1.66rem;
	color: #888;
	margin-top: 1.5rem;
}
.product-wrap2-content img{
	max-width: 46%;
}
.product-content-wrap3{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	align-content: flex-start;
}
.product-wrap3-content{
	width: 25%;
	text-align: center;
}
.product-wrap3-content img{
	display: inline-block;
	width: 110px;
	height: 110px;
}
.product-wrap3-content h3{
	font-size: 26px;
	line-height: 34px;
	margin-top: 3rem;
}
.product-wrap3-content h4{
	font-size: 1.33rem;
	line-height: 2rem;
	margin-top: 1.7rem
}
.product-padding{
	padding: 80px 0
}
.product-padding.mode2{
	padding: 10px 0 80px
}
.product-group1-wrap,.product-group2-wrap,.group3-wrap-content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap
}
.product-group2-wrap{
	flex-direction: row-reverse
}
.product-group1-wrap .text-area,.product-group2-wrap .text-area,.product-group3-wrap .text-area{
	width: 50%;
	font-size: 1.33rem;
	line-height: 2rem;
	text-align:justify;
	color: #888
}
.product-group1-wrap img,.product-group2-wrap img, .product-group3-wrap img{
	max-width: 50%;
}
.product-group3-wrap .text-area{
	color: #555
}
.product-group3-wrap .text-area h3{
	font-size: 26px;
	line-height: 36px;
	font-weight: 600
}
.product-group3-wrap .text-area h4{
	font-size: 1.5rem;
	line-height: 26px;
	margin-top: 1.66rem
}
.product-group3-wrap .text-area i{
	display: block;
	width: 100px;
	height: 1px;
	background: #ddd;
	margin: 1.66rem 0;
}
.product-group3-wrap .text-area p{
	font-size: 1.33rem;
	line-height: 2rem;
	text-align: justify;
	color: #888
}
.group3-wrap-content{
	padding-bottom: 80px;
}
.group3-wrap-content:last-of-type{
	padding-bottom: 0
}
.group3-wrap-content:nth-of-type(2n){
	flex-direction: row-reverse
}
.support-wrap{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-bottom: 30px;
}
.support-content{
	width: 30.8%;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 20px 12px rgba(232,232,232,.56);
	margin:0 3.8% 2.3vw 0;
	padding: 30px;
}
.support-content:nth-of-type(3n){
	margin-right: 0
}
.support-content h3{
	width: 100%;
	height: 52px;
	line-height: 52px;
	font-size: 1.66rem;
	font-weight: 600;
	color: #fff;
	border-radius: 10px;
	background: #4169e3;
	text-align: center
}
.support-content ul{
	list-style: none;
	display: block;
	width: 100%;
	margin-top: 30px;
	height: 12rem;
	overflow-x: hidden;
	overflow-y: auto;
}
.support-content ul::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.support-content ul::-webkit-scrollbar-thumb {
    border-radius: 4px !important;
    box-shadow: none !important;
    background: #bdbdbd !important;
}
.support-content ul::-webkit-scrollbar-track {
    border-radius: 4px !important;
    box-shadow: none !important;
    background: #e5e5e5 !important;
}
.support-content ul li{
	display: block;
	font-size: 1.33rem;
	line-height: 2.4rem;
	color: #888;
	padding-left: 56px;
	position: relative
}
.support-content ul li::after{
	content: "";
	position: absolute;
	left: 33px;
	top: 10px;
	width: 7px;
	height: 7px;
	background: #ffba00;
	border-radius: 100%;
}
.product-padding2{
	padding: 40px 0
}
.product-content-wrap4{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap
}
.product-wrap4-content{
	width: 31.9%;
	margin-right: 2.15%;
	margin-bottom: 2vw;
}
.product-wrap4-content:nth-of-type(3n){
	margin-right: 0
}
.product-wrap4-content .img-area{
	width: 100%;
	height: 246px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 5px 5px 9px rgba(179,179,179,.5)
}
.product-wrap4-content .img-area img{
	display: block;
	width: 100%;
	height: 100%;
}
.product-wrap4-content h3{
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 600;
	margin-top: 1.6rem;
	text-align: center;
	color: #555;
}
.product-content-wrap5{
	padding-bottom: 80px;
}
.swiper-pagination-clear{
	display: flex;
	justify-content: space-around;
	align-items: flex-end
}
.swiper-pagination-clear .swiper-pagination-bullet{
	display: inline-block;
	width: auto;
	height: 80px;
	line-height: 60px;
	outline: none;
	border-radius: 0;
	opacity: 1;
	font-size: 0;
	position: relative;
	background: none;
}
.swiper-pagination-clear .swiper-pagination-bullet img,.swiper-pagination-clear .swiper-pagination-bullet font{
	display: inline-block;
	vertical-align: middle
}
.swiper-pagination-clear .swiper-pagination-bullet img{
	width: 60px;
	height: 60px;
}
.swiper-pagination-clear .swiper-pagination-bullet font{
	font-size: 26px;
	padding-left: 1.16rem;
	color: #555;
}
.swiper-pagination-clear .swiper-pagination-bullet-active::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 105px;
	height: 4px;
	background: #ffba00
}
.swiper-container-clear{
	border: 1px solid #ccc;
	border-radius: 10px;
	box-shadow: 0 0 8px rgba(232,232,232,.42);
	background: #fff;
}
.product-wrap5-content{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
	padding: 40px;
}
.product-wrap5-content .btn-common-area{
	position: absolute;
	left: 40px;
	bottom: 40px;
}
.product-wrap5-content .text-area{
	width: 47.8%;
	color: #555;
}
.product-wrap5-content .text-area h3{
	font-size: 1.5rem;
	line-height: 1.66rem;
	font-weight: 600
}
.product-wrap5-content .text-area p{
	font-size: 1.33rem;
	line-height: 2rem;
	max-height: 18rem;
	overflow: hidden;
	margin-top: 1.8rem
}
.product-wrap5-content .img-area{
	width: 46.3%;
	border-radius: 10px;
	overflow: hidden
}
.product-wrap5-content .img-area img{
	width: 100%;
}
.product-content-wrap6{
	padding: 0 80px 80px;
	position: relative;
}
.product-content-wrap6 .swiper-container-success{
	padding: 0
}
.product-content-wrap6 .swiper-container-success .swiper-slide {
	width: 760px;
	height: 435px;
	border-radius: 10px;
	opacity: .5 !important
}
.product-content-wrap6 .swiper-container-success .swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
}
.product-content-wrap6 .swiper-container-success .swiper-slide-active{
	opacity: 1 !important
}
.product-content-wrap6 .swiper-button-prev-success,.product-content-wrap6 .swiper-button-next-success{
	outline: none;
	width: auto;
	height: auto;
	background: none;
	top: 210px;
}
.product-content-wrap6 .swiper-button-prev-success{
	left: 0
}
.product-content-wrap6 .swiper-button-next-success{
	right: 0;
	transform: rotateZ(180deg)
}
.success-text-wrap{
	text-align: center;
}
.success-text-wrap h3{
	font-size: 26px;
	line-height: 26px;
	margin-top: 2.5rem;
}
.success-text-wrap p{
	font-size: 1.33rem;
	line-height: 2rem;
	color: #555;
	margin-top: 3.5rem;
	/* text-align: left */
}
.news-common-outer{
	padding: 50px 0 0
}
.news-common-outer::after{
	clear: both;
	display: block;
	content: ""
}
.news-common-outer .left-area{
	width: 69.53%;
	float: left
}
.list-news-title{
	line-height: 28px
}
.list-news-title h3{
	font-size: 26px;
	font-weight: 400;
	display: inline-block;
	vertical-align: bottom
}
.list-news-title span{
	display: inline-block;
	vertical-align: bottom;
	font-size: 1.16rem;
	line-height: 1.2rem;
	color: #888;
	padding-left: 1.33rem
}
.list-news-wrap{
	padding-top: 20px
}
.list-news-wrap a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 34px 0;
	border-bottom: 1px solid #efefef;
}
.list-news-wrap a:last-of-type{
	border: none
}
.list-news-wrap a .img-area{
	width: 140px;
	height: 94px;
	border-radius: 10px;
	overflow: hidden
}
.list-news-wrap a .img-area img{
	display: block;
	width: 100%;
	height: 100%;
	transition: all linear 0.2s
}
.list-news-wrap a:hover .img-area img{
	transform: scale(1.1)
}
.list-news-wrap a .text-area{
	flex: 1;
	padding-left: 2.4rem;
	max-width: 84%;
}
.list-news-wrap a .text-area h3{
	font-size: 1.5rem;
	line-height: 1.7rem;
	color: #555;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all linear 0.2s
}
.list-news-wrap a:hover .text-area h3{
	color: #ffba00
}
.list-news-wrap a .text-area p{
	font-size: 1.16rem;
	line-height: 1.7rem;
	color: #888;
	max-height: 3.4rem;
	overflow: hidden;
	margin-top: 1rem;
}
.news-common-outer .right-area{
	width: 24.23%;
	float: right
}
.news-right-wrap{
	padding-bottom: 75px;
}
.news-right-wrap .title-area{
	padding-bottom: 8px;
	border-bottom: 1px solid #efefef;
}
.news-right-wrap .title-area h3{
	font-size: 1.5rem;
	line-height: 28px;
	font-weight: 600
}
.news-right-wrap .list-area a{
	display: block;
	padding: 2rem 0;
	border-bottom: 1px solid #efefef;
}
.news-right-wrap .list-area a:last-of-type{
	border-bottom: none;
}
.news-right-wrap .list-area a h3{
	font-size: 1.33rem;
	line-height: 2rem;
	color: #555;
	max-height: 4rem;
	overflow: hidden
}
.news-right-wrap .list-area a p{
	font-size: 1.16rem;
	line-height: 1.7rem;
	max-height: 5.1rem;
	overflow: hidden;
	color: #888;
	margin-top: 10px;
}
.detail-news-title{
	border-bottom: 1px solid #efefef;
	padding-bottom: 2.5rem;
	margin-bottom: 2.5rem;
}
.detail-news-title h1{
	font-size: 26px;
	line-height: 34px;
}
.detail-news-title p{
	font-size: 1.16rem;
	line-height: 1.7rem;
	color: #888;
	margin-top: 2rem;
}
.detail-news-title .info-area{
	margin-top: 1.5rem;
	font-size: 0
}
.detail-news-title .info-area span{
	display: inline-block;
	vertical-align: middle;
	line-height: 1.66rem;
	font-size: 1.16rem;
	color: #888;
	background: url(../images/icon-news1.png) no-repeat left center;
	background-size: auto 16px;
	padding-left: 22px;
	margin-right: 1.5rem
}
.detail-news-title .info-area span:nth-of-type(2){
	background: url(../images/icon-news2.png) no-repeat left center;
	background-size: auto 16px;
}
.news-pages-wrap{
	padding-top: 2.5rem;
}
.news-pages-wrap a{
	display: block;
	font-size: 1.16rem;
	line-height: 2rem;
	color: #888
}
.news-pages-wrap a:hover{
	color: #ffba00
}
.list-faq-wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 80px 0 20px
}
.list-faq-wrap a{
	width: 50%;
	padding: 40px 40px 40px 75px;
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
.list-faq-wrap a:nth-of-type(2n){
	border-bottom: 1px solid #d9d9d9;
	border-top: none;
	border-right: none;
	transform: translateY(1px)
}
.list-faq-wrap a:first-of-type{
	border-top: none;
}
.list-faq-wrap a:last-of-type{
	border-bottom: none
}
.list-faq-wrap a h3{
	font-size: 1.5rem;
	line-height: 2rem;
	color: #555;
	position: relative;
}
.list-faq-wrap a h3 img{
	position: absolute;
	right: calc(100% + 11px);
	top: -4px;
}
.list-faq-wrap a p{
	font-size: 1.16rem;
	line-height: 2rem;
	height: 8rem;
	overflow-x: hidden;
	overflow-y: auto;
	color: #888;
	margin-top: 2rem;
}
.list-faq-wrap a p::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.list-faq-wrap a p::-webkit-scrollbar-thumb {
    border-radius: 4px !important;
    box-shadow: none !important;
    background: #bdbdbd !important;
}
.list-faq-wrap a p::-webkit-scrollbar-track {
    border-radius: 4px !important;
    box-shadow: none !important;
    background: #e5e5e5 !important;
}
.product-title-wrap{
	text-align: center;
	font-size: 40px;
	line-height: 40px;
	padding-top: 40px;
	padding-bottom: 20px;
	margin-bottom: -15px;
}

@media (min-width:1270px) and (max-width:1500px){
	.container{
		zoom: 0.9
	}
	.common-pc-nav .right-area .phone-area{
		padding-left: 50px
	}
	.common-pc-nav .right-area .pc-nav-content{
		padding: 0 18px
	}
}
@media (min-width:1270px) and (max-width:1600px){
	.right-tools-wrap{
	right: 1%;
	}
}

@media (max-width:1270px) {
	.index-banner .swiper-pagination-banner{
		bottom: 2vw;
	}
	.index-banner .swiper-pagination-banner .swiper-pagination-bullet{
		width: 5vw
	}
	.index-banner .swiper-slide .content-area{
		left: 5%;
	}
	.index-banner .swiper-slide .content-area h2{
		font-size: 4vw;
	}
	.index-banner .swiper-slide .content-area h4{
		font-size: 3vw;
		margin-top: 1.5vw;
	}
	.index-banner .swiper-slide .content-area .btn-area{
		margin-top: 3vw;
	}
	.index-banner .swiper-slide .content-area .btn-area a{
		width: 28vw
	}
	.common-padding,.common-padding2,.common-padding3{
		padding: 10vw 15px 8vw;
	}
	.common-title{
		padding-bottom: 6vw
	}
	.common-title h2{
		font-size: 5vw;
		line-height: 5vw;
	}
	.common-title h4{
		font-size: 3.73vw;
		line-height: 4vw;
		margin-top: 3vw;
	}
	.common-title i{
		margin-top: 3vw;
	}
	.model1-tab{
		height: auto;
		margin-bottom: 6vw
	}
	.model1-tab .tab-content{
		padding: 0 1vw
	}
	.model1-tab .tab-content b{
		font-size: 4vw;
		position: absolute;
		top: 1vw;
		left: 1vw;
	}
	.model1-tab .tab-content h3{
		font-size: 3.2vw;
		line-height: 4vw;
		padding: 7vw 0 2vw 0;
	}
	.model1-tab .tab-content h3 em{
		font-size: 3.2vw;
		line-height: 4vw;
		margin-top: 0
	}
	.model1-tab .tab-content i{
		transform: none;
		top: 1.5vw;
		right: 2vw;
	}
	.model1-content-wrap{
		flex-wrap: wrap
	}
	.model1-content-wrap .img-area{
		width: 100%;
		height: auto;
		line-height: normal
	}
	.model1-content-wrap .img-area img{
		width: 100%
	}
	.model1-content-wrap .text-area{
		width: 100%
	}
	.model1-content-wrap .text-area .title-area h3{
		font-size: 5vw;
		line-height: 7vw;
		padding-top: 2vw;
	}
	.model1-content-wrap .text-area .title-area h4{
		font-size: 3.73vw;
		line-height: 4.5vw;
	}
	.model1-content-wrap .text-area .advantage-area{
		padding: 5vw 0
	}
	.model1-content-wrap .text-area .advantage-area span{
		margin: auto !important;
		font-size: 3.73vw;
		font-weight: 400;
		padding-left: 18px;
	}
	.model1-content-wrap .text-area .links-area{
		padding-top: 5vw;
	}
	.model1-content-wrap .text-area .links-area a{
		margin-bottom: 2vw;
		padding-right: 2vw;
		margin-right: 2vw;
		font-size: 3.2vw;
		line-height: 3.3vw;
		/* border: none; */
	}
	.model1-content-wrap .text-area .btn-area a{
		height: 9vw;
		line-height: 9vw;
		padding: 0 4vw
	}
	.model2-wrap .model2-tab .swiper-pagination-bullet{
		width: 28vw;
		height: 9vw;
		line-height: 9vw;
	}
	.model2-wrap .model2-tab{
		margin-bottom: 6vw;
	}
	.model2-content-wrap .model2-content{
		width: 100%;
		height: 40vw;
		padding: 5vw;
		margin-bottom: 15px;
	}
		.model2-content-wrap .model2-content &gt; video,.model2-content-wrap .model2-content &gt; img{
	bottom: 20%;
}
.model2-content-wrap .model2-content p{

	width: 75%;
}
	.model2-content-wrap .model2-content h3{
		font-size: 6vw;
		line-height: 6vw;
	}
	.model2-content-wrap .model2-content h3 i{
		height: 6vw;
	}
	.model2-content-wrap .model2-content &gt; video{
		width: 30vw
	}
	.btn-common-area{
		height: 9vw;
		line-height: 9vw
	}
	.model3-wrap{
		text-align: center
	}
	.model3-tab{
		height: 9vw;
		display: inline-block;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		max-width: 100%
	}
	.model3-tab .swiper-pagination-bullet{
		display: inline-block;
		height: 9vw;
		line-height: 9vw;
		font-size: 3.46vw;
		padding: 0 4vw;
	}
	.model3-content-wrap{
		padding: 6vw 0;
		flex-wrap: wrap
	}
	.model3-content-wrap .text-area{
		width: 100%;
		padding: 0
	}
	.model3-content-wrap .img-area{
		width: 100%;
	}
	.model3-content-wrap .text-area h3{
		font-size: 5vw;
		line-height: 7vw;
	}
	.model3-content-wrap .text-area h4{
		font-size: 4vw;
		line-height: 7vw;
	}
	.model3-content-wrap .text-area i{
		margin: 15px auto 0
	}
	.model3-content-wrap .text-area .tags-area{
		margin: 15px auto
	}
	.index-video-play{
		z-index: 1201
	}
	.index-video-wrap .open-play{
		width: 10vw
	}
	.model4-wrap a{
		width: 100%;
		margin-bottom: 15px;
		flex-wrap: wrap
	}
	.model4-wrap a .img-area{
		width: 100%;
		height: auto
	}
	.model4-wrap a .text-area{
		width: 100%;
		padding: 2vw;
		max-width: 100%;
	}
	.model5-wrap{
		position: relative;
		top: auto;
		transform: none;
		padding: 5vw;
		flex-wrap: wrap
	}
	.model5-wrap .left-area{
		width: 100%
	}
	.model5-wrap .left-area .left-content b{
		font-size: 14vw;
	}
	.model5-wrap .left-area .left-content:nth-of-type(1), .model5-wrap .left-area .left-content:nth-of-type(2){
		margin-bottom: 15px
	}
	.model5-wrap .right-area{
		width: 100%;
		padding: 6vw 0 0;
		text-align: center;
	}
	.model5-wrap .right-area h3{
		font-size: 5vw;
	}
	.model5-wrap .right-area h4{
		font-size: 3.46vw;
		line-height: 4vw;
	}
	.model5-wrap .right-area a{
		position: relative;
		margin-bottom: 15px
	}
	.model5-wrap .right-area h4 em{
		font-size: 4vw;
		margin: 0 3vw
	}
	.model5-wrap .right-area i{
		margin: 15px auto
	}

	.index-model6{
		margin-top: 15px
	}
	.model6-wrap a{
		width: 100%;
		height: auto;
		padding: 4vw 4vw 4vw 12vw;
		border: none !important;
	}
	.model6-wrap a h3 img{
		width: 7vw
	}
	.footer-link{
		margin-top: 15px
	}
	.footer-top{
		display: block;
		padding: 4vw 0;
		text-align: left;
	}
	.footer-top &gt; a{
		display: inline-block;
		width: 40vw
	}
	.footer-top .phone-wrap{
		padding-top: 4vw;
		flex-wrap: wrap
	}
	.footer-top .phone-wrap .phone-content{
		height: auto;
		width: 100%;
		margin-top: 2vw
	}
	.footer-top .phone-wrap .phone-content:nth-of-type(1){
		padding: 0;
		margin: 0;
		border: none;
	}
	.footer-top .phone-wrap .phone-content a{
		font-size: 3.73vw;
	}
	.footer-top .phone-wrap .phone-content img{
		width: 5vw;
		margin-right: 2vw
	}
	.footer-top .phone-wrap .phone-content i{
		font-size: 3.2vw;
		margin-left: 2vw
	}
	.footer-nav-wrap{
		display: none;
	}
	.common-footer{
		padding-bottom: 8vw
	}
	.footer-address-wrap{
		padding: 8vw 0;
		flex-wrap: wrap
	}
	.footer-address-wrap .footer-address-content{
		width: 100%;
		border: none;
	}
	.footer-address-wrap .footer-address-content p{
		margin: 3vw 0 6vw
	}
	.footer-address-wrap .footer-address-content:last-of-type p {
		margin-bottom: 0
	}
	.footer-copy-wrap{
		padding-bottom: 21vw
	}
	.footer-copy-wrap .right-area{
		float: left;
		margin-top: 4vw;
	}
	.common-inner-outer{
		padding-bottom: 0
	}
	.inner-header-wrap{
		height: auto;
		flex-wrap: wrap;
		padding: 4vw 0
	}
	.second-nav-wrap{
		width: 100%;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		margin-top: 2vw
	}
	.common-title.mode2{
		padding-top: 8vw
	}
	.common-edit-wrap1{
		padding: 0 0 5vw
	}
	.list-case-content{
		margin-top: 5vw;
		flex-wrap: wrap;
	}
	.list-case-content:nth-of-type(2n){
		flex-direction: row
	}
	.list-case-content &gt; img{
		width: 100%
	}
	.list-case-content .text-area{
		width: 100%;
		padding: 4vw 0 !important;
	}
	.list-case-content .text-area h3{
		font-size: 5vw;
		line-height: 6vw;
		margin-bottom: 2vw
	}
	.list-case-content .text-area h4{
		font-size: 3.73vw;
		line-height: 4.5vw;
	}
	.list-case-content .text-area i{
		width: 14vw;
		margin: 3vw 0
	}
	.list-case-content .text-area p{
		font-size: 3.46vw;
		line-height: 5vw;
		margin-bottom: 3vw
	}
	.contact-wrap .contact-content{
		padding: 4vw;
		width: 48%;
		margin-bottom: 15px;
	}
	.contact-wrap .contact-content h3{
		font-size: 4vw;
		padding-left: 34px
	}
	.contact-wrap .contact-content h3::after{
		right: auto;
		left: 0
	}
	.contact-wrap .contact-content a{
		font-size: 4vw;
		line-height: 4.2vw;
		padding: 2vw 0 3vw
	}
	.contact-wrap .contact-content p{
		font-size: 3.2vw;
		line-height: 4vw;
		min-height: 16vw;
	}
	.contact-img{
		padding-top: 4vw;
	}
	.contact-media-wrap{
		padding-bottom: 3vw;
		justify-content: space-around
	}
	.contact-media-wrap .media-content{
		width: 22%;
		margin-bottom: 3vw
	}
	.contact-media-wrap .media-content img{
		width: 14vw
	}
	.contact-media-wrap .media-content h3{
		font-size: 3.2vw;
	}
	.contact-media-wrap .media-content h4{
		font-size: 3.2vw;
	}
	.contact-address-bg{
		padding-bottom: 6vw;
	}
	.swiper-pagination-contact{
		display: block;
		overflow-x: auto;
		overflow-y: hidden
	}
	.swiper-pagination-contact .swiper-pagination-bullet{
		height: 9vw;
		margin: 0 2.5vw;
		font-size: 3.46vw
	}
	.swiper-pagination-contact .swiper-pagination-bullet-active::after{
		height: 2px
	}
	.address-content{
		padding: 5vw;
		flex-wrap: wrap
	}
	.address-content img{
		width: 100%;
	}
	.address-content .text-area{
		padding-top: 15px;
		padding-left: 0
	}
	.address-content .text-area h3{
		font-size: 5vw;
		line-height: 5vw;
		margin-bottom: 3vw
	}
	.address-content .text-area p{
		font-size: 3.2vw;
		line-height: 5vw;
	}
	.product-content-wrap1{
		margin-top: 5vw;
		padding-bottom: 8vw;
		flex-wrap: wrap;
	}
	.product-content-wrap1 img{
		width: 100%;
		height: auto;
	}
	.product-content-wrap1 .text-area{
		width: 100%;
		padding: 2vw 0
	}
	.product-icon-area{
		margin-top: 6vw;
	}
	.product-icon-area .icon-content img{
		width: 8vw;
		height: 8vw;
	}
	.product-icon-area .icon-content .icon-text{
		padding: 0 2vw;
	}
	.product-icon-area .icon-content .icon-text h3{
		font-size: 4vw;
		line-height: 5vw;
	}
	.product-icon-area .icon-content .icon-text h4{
		font-size: 3.2vw;
		line-height: 4vw;
		margin-top: 1vw;
	}
	.product-padding{
		padding: 6vw 0
	}
	.product-wrap2-content{
		width: 100%;
		padding: 4vw;
		position: relative;
		margin-bottom: 15px
	}
	.product-wrap2-content .text-area{
		width: 60%;
		position: relative;
		z-index: 2;
	}
	.product-wrap2-content &gt; img{
		position: absolute;
		bottom: 0;
		right: 0;
		max-width: 40vw
	}
	.product-wrap2-content .text-area p{
		color: #555;
		text-shadow: 1px 1px 1px rgba(255,255,255,1)
	}
	.product-wrap2-content .text-area h3 img{
		width: 8vw;
		height: 8vw
	}
	.product-wrap2-content .text-area h3 font{
		line-height: 8vw;
		font-size: 5vw;
	}
	.product-content-wrap3{
		flex-wrap: wrap
	}
	.product-wrap3-content{
		width: 49%;
		margin-bottom: 4vw;
	}
	.product-wrap3-content img{
		width: 16vw;
		height: 16vw;
	}
	.product-wrap3-content h3{
		font-size: 5vw;
		line-height: 6vw;
		margin-top: 4vw;
	}
	.product-wrap3-content h4{
		font-size: 3.46vw;
		line-height: 4.3vw;
		margin-top: 3vw;
	}
	.product-padding.mode2{
		padding: 0 0 4vw
	}
	.product-group1-wrap, .product-group2-wrap, .group3-wrap-content{
		flex-direction: column-reverse
	}
	.product-group1-wrap .text-area, .product-group2-wrap .text-area, .product-group3-wrap .text-area{
		width: 100%;
		margin-top: 15px;
	}
	.product-group1-wrap img, .product-group2-wrap img, .product-group3-wrap img{
		max-width: 100%;
		width: 100%;
	}
	.group3-wrap-content,.group3-wrap-content:nth-of-type(2n){
		padding-bottom: 8vw;
		flex-direction: column-reverse
	}
	.product-group3-wrap .text-area h3{
		font-size: 5vw;
		line-height: 6vw;
	}
	.product-group3-wrap .text-area h4{
		font-size: 4vw;
		line-height: 5vw;
		margin-top: 3vw
	}
	.product-group3-wrap .text-area i{
		margin: 3vw 0
	}
	.support-wrap{
		justify-content: space-between
	}
	.support-content{
		width: 47%;
		margin: 0 auto 15px;
		padding: 3vw;
	}
	.support-content:nth-of-type(3n){
		margin: 0 auto 15px;
	}
	.support-content h3{
		height: 10vw;
		line-height: 10vw;
		font-size: 3vw;
	}
	.support-content ul{
		margin-top: 3vw;
		height: 25vw
	}
	.support-content ul li{
		font-size: 3.2vw;
		line-height: 5vw;
		padding-left: 4vw;
	}
	.support-content ul li::after{
		left: 0;
		top: 1.5vw;
		width: 1.5vw;
		height: 1.5vw;
	}
	.product-padding2{
		padding: 6vw 0;
		justify-content: space-between
	}
	.product-wrap4-content{
		width: 47%;
		margin: 0 auto 15px
	}
	.product-wrap4-content:nth-of-type(3n){
		margin: 0 auto 15px
	}
	.product-wrap4-content .img-area{
		height: 28vw;
	}
	.product-wrap4-content h3{
		font-size: 3.73vw;
		line-height: 5vw;
		margin-top: 2vw
	}
	.swiper-pagination-clear .swiper-pagination-bullet{
		line-height: 8vw;
		height: auto;
		text-align: center;
	}
	.swiper-pagination-clear .swiper-pagination-bullet img{
		width: 8vw;
		height: 8vw
	}
	.swiper-pagination-clear .swiper-pagination-bullet font{
		font-size: 3.73vw;
		padding: 0 0 1vw
	}
	.swiper-pagination-clear .swiper-pagination-bullet-active::after{
		height: 1vw;
		width: 14vw
	}
	.product-content-wrap5{
		padding-bottom: 8vw
	}
	.product-wrap5-content{
		padding: 4vw;
		flex-wrap: wrap
	}
	.product-wrap5-content .text-area{
		width: 100%;
	}
	.product-wrap5-content .text-area p{
		margin-top: 3vw;
	}
	.product-wrap5-content .img-area{
		margin-top: 3vw;
		width: 60%;
	}
	.product-wrap5-content .btn-common-area{
		left: auto;
		right: 4vw;
		bottom: 4vw;
	}
	.product-content-wrap6{
		padding: 0 0 8vw
	}
	.product-content-wrap6 .swiper-button-prev-success, .product-content-wrap6 .swiper-button-next-success{
		width: 10vw;
		height: 10vw;
		top: 26vw
	}
	.product-content-wrap6 .swiper-container-success .swiper-slide{
		width: 100%;
		height: auto;
	}
	.success-text-wrap h3{
		font-size: 5vw;
		line-height: 6vw;
		margin-top: 15px
	}
	.success-text-wrap p{
		font-size: 3.46vw;
		line-height: 5vw;
		margin-top: 15px;
	}
	.news-common-outer{
		padding: 8vw 0 0;
	}
	.news-common-outer .left-area{
		width: 100%;
	}
	.list-news-wrap{
		padding-top: 10px
	}
	.list-news-wrap a{
		padding: 15px 0
	}
	.list-news-wrap a .img-area{
		height: auto;
	}
	.list-news-wrap a .text-area{
		padding-left: 15px;
		max-width: 63%;
	}
	.news-common-outer .right-area{
		width: 100%;
	}
	.news-right-wrap .list-area a{
		padding: 15px 0
	}
	.news-right-wrap{
		padding-bottom: 6vw
	}
	.detail-news-title h1{
		font-size: 5vw;
		line-height: 7vw
	}
	.detail-news-title p{
		font-size: 3.2vw;
		line-height: 4.2vw;
		margin-top: 3vw;
	}
	.news-pages-wrap{
		padding: 8vw 0
	}
	.news-pages-wrap a{
		margin-bottom: 2vw
	}
	.news-pages-wrap a:last-of-type{
		margin-bottom: 0
	}
	.list-faq-wrap{
		padding: 8vw 0 0
	}
	.list-faq-wrap a{
		width: 100%;
		border: none !important;
		border-bottom: 1px solid #d9d9d9 !important;
		padding: 4vw 0 4vw 10vw
	}
	.list-faq-wrap a:nth-of-type(2n){
		transform: translateY(0)
	}
	.list-faq-wrap a h3 img{
		width: 7vw;
	}
	.list-faq-wrap a p{
		height: auto;
		margin-top: 4vw;
	}
	.index-video-play video,.index-video-play iframe{
		max-height: 100%;
	}
	.product-title-wrap{
		font-size: 6vw;
		padding-top: 8vw;
		margin-bottom: -2vw;
	}
}
</pre></body></html>